gix-status 0.1.0

A crate of the gitoxide project dealing with 'git status'-like functionality
Documentation

This crate includes the various diffs git can do between different representations of the repository state, like comparisons between…

  • index and working tree
  • index and tree
  • find untracked files

While also being able to check check if the working tree is dirty, quickly.